WebUiElementCollectionJS Constructor(WebUiElementJS[],boolean)
In This Topic
Initializes a new instance of the
WebUiElementCollectionJS class.
Syntax
// Parameters
var items; // Type: WebUiElementJS[]
var readOnly; // Type: boolean
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly);
Parameters
- items
- An array of WebUiElementJS objects OR element identifiers.
- readOnly
- A value indicating whether the collection is read only.
Browser Compatibility
See Also